﻿/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
a{
	border:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    outline:none；
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
p{
	margin: 0;
	padding: 0;
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	font-size:62.5%; 
}
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}

.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,#banner .hd ul li,.c_icon span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	overflow-x: hidden;
	max-width: 414px;
	margin: 0px auto 0px;
	background-color:#f3f3f3;
}
#banner .hd ul li{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 1.6rem;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
	background: url(../images/header.png) no-repeat center;
	background-size: 100% 100%;
}
.home{
    width: 25px;
    height: 100%;
    background: url(../web-icon/home_icon.png) left center no-repeat;
    background-size: 25px;
}
.x_logo{
    width: 65.33%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6.6rem;
    position: absolute;
    top: 0;
    left: 36%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 100%;
}
#menu{
	display: block;
	width: 47px;
	height: 100%;
	background: url(../images/menu_icon.png) center center no-repeat;
	background-size: 31px;
    position: absolute;
    right: 5%;
}
#nav{
	width: 100%;
	position: absolute;
	top: 1.6rem;
	left: 0;
	z-index: 5000;
	display: none;
}
#nav ul li{
	width: 100%;
	line-height: .8rem;
	background-color: #990a00;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#nav ul li:last-child{
	border-bottom: 0px;
}
#nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #fff !important;
}
/*header*/
/*banner*/
#banner .bd ul li{
	height: 5.3333rem;
}
#banner .bd ul li i{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#banner .hd{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1000;
	text-align: center;
}
#banner .hd ul{
	font-size: 0;
}
#banner .hd ul li{
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin-right: 10px;
	border-radius: 50%;
	opacity: 0.5;
}
#banner .hd ul li:last-child{
	margin-right: 0;
}
#banner .hd ul li.on{
	opacity: 1;
}
/*banner*/
/*index_con*/

/*index_con*/
/*page_con*/
.top_sub{
	text-align: center;
    border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fff;
	overflow: hidden;
}
.top_sub a{
	float: left;
    width: 33.33333%;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #4f4f4f;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.top_sub a:nth-child(3){
	border-right:0px;
}
.page_news_list{
	background-color: #f3f3f3;
	padding: 10px;
}
.page_news_list figure{
	width: 100%;
	height: 100%;
	margin-left: 0;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 14px;
}
.page_news_list figure figcaption{
	font-size: .42rem;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 1.2;
}
.page_news_list i{
	height: 4.5rem;
	margin-top: .3rem;
}
.page_news_list p{
	font-size: .37rem;
	color: #737171;
	margin-top: .3rem;
}
.page_news_list a{
	display: block;
	font-size: .36rem;
	color: #040404;
	margin-top: .3rem;
}
.page_product_list{
    background-color: #f3f3f3;
    padding-top: .5rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2.2rem;
}
.page_product_list ul li{
    float: left;
    width: 50%;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 10px;
    margin-bottom: .3rem;
    padding-bottom: 10px;
}
.page_product_list ul li i{
	height: 3rem;
}
.page_product_list ul li h4{
	font-size: .35rem;
	color: #272624;
	text-align: center;
	line-height: 1.5;
	margin-top: .7rem;
}
.page_product_list ul li:nth-child(odd){
	border-right: 7px solid #f3f3f3;
}
.page_details{
	background-color: #f3f3f3;
	padding-top: .5rem;
	padding: 20px 20px 80px;
}
.page_details h1{	
	padding-left: 15px;
	font-size: .35rem;
	color: #070303;
	padding-top: 10px;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #ccc8c8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    width: 100%;
    white-space: normal;
}
.page_details h1::before{
	content: '';
	width: 5px;
	height: 65px;
	background-color: #f99d02;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.page_details h1 em{
	font-size: .4rem;
	color: #717070;
	margin-top: 10px;
}
.page_details .details_con{
	font-size: initial;
	text-align: justify;
	margin-top: .5rem;
}
.page_details .details_con img{
	width: 100%;
}
.contact_Us{
	padding:.4rem .4rem;
	    padding-bottom: 1.7rem;
}
.contact_Us h4 {
    font-size: .5rem;
    color: #999;
    margin-top: .8rem;
}
.contact_Us h3{
    font-size: .55rem;
    color: #333;
    margin-top: .5rem;
    margin-bottom: .3rem;
}
.contact_Us p{
	font-size: .35rem;
    color: #666;
    line-height: 3;
}
#contact_map{
    height: 6rem;
    margin-top: .5rem;
    border: 1px solid rgb(204, 204, 204);
    background-color: #eee;
    margin-bottom: 1.3rem;
}
/*加载*/
.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*page_con*/
/*footer*/
.footer{
	height: 1.7rem;
	background-color: #dddddd;
	text-align: center;
	font-size: .35rem;
	color: #666666 !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: .5rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.footer.on{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
/*footer*/


.w-content{
	width: 100%;
	margin-bottom: 2rem;
}
.ser_box{
	width: 100%;
	height: 1.8rem;
	overflow: hidden;
	background-color: #f9f9f9;
	padding-left: 1%;
	padding-right: 1%;
}
.ser_box .ser{
	width: 100%;
	height: .75rem;
	float: left;
	margin-top: .28rem;
	box-sizing: border-box;
	border: 1px solid #eeede9;
	background-color: #fff;
}
.ser_box .gjc{
	width: 100%;
	float: left;
}
.ser_box .gjc p{
	float: left;
	font-size: .24rem;
	color: #760000;
	line-height: .8rem;
}
.ser_box .gjc a{
	float: left;
	font-size: .24rem;
	color: #555555;
	line-height: .8rem;
	margin-right: 5%;
}
.ywfw{
	width: 100%;
	height: 6.5333rem;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}
.ywfw .tt{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: .6667rem;
	height: .906667rem;
	margin-bottom: .48rem;
}
.ywfw .tt img{
	height: 100%;
}
.ywfw .list{
	width: 100%;
	float: left;
}
.ywfw .list ul li{
	width: 24.5%;
	height: 3.73rem;
	float: left;
	background-color: #a00411;
	margin-left: 0.5%;
}
.ywfw .list ul li:first-child{
	margin-left: 0;
}
.ywfw .list ul li .tb{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: .426667rem;
	height: .46667rem;
}
.ywfw .list ul li .tb img{
	height: 100%;
}
.ywfw .list ul li p{
	width: 100%;
	height: 2.5333rem;
	float: left;
	text-align: left;
	font-size: .32rem;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	color: #fff;
	line-height: 2.5rem;
	margin-top: .32rem;
	letter-spacing: 1px;
}
.qyys{
	width: 100%;
	height: 20.8rem;
	overflow: hidden;
	background: url(../images/bg.png) no-repeat center;
	background-size: 100% 100%;
	padding-left: 1%;
	padding-right: 1%;
}
.qyys .tt1{
	width: 100%;
	height: 4rem;
	float: left;
	text-align: center;
	margin-top: .9333rem;
	margin-bottom: .64rem;
}
.qyys .tt1 img{
	height: 100%;
}
.qyys .advan{
	width: 100%;
	float: left;
}
.qyys .advan ul li{
	width: 100%;
	height: 4.9rem;
	float: left;
	overflow: hidden;
}
.qyys .advan ul li .ys{
	width: 50%;
	height: 4.9rem;
	float: left;
	overflow: hidden;
}
.qyys .advan ul li .ys img{
	width: 100%;
	height: 100%;
}
.qyys .advan ul li .des{
	width: 50%;
	height: 4.9rem;
	float: right;
	background-color: #fff;
	position: relative;
}
.qyys .advan ul li .des p{
	width: 49%;
	position: absolute;
	top: .5333rem;
	left: 6%;
	box-sizing: border-box;
	border-left: 1px solid #333333;
	height: 3.4rem;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: .24rem;
	color: #333333;
	line-height: 0.6rem;
	overflow: hidden;
}
.qyys .advan ul li .des span{
	width: 36px;
	height: 63px;
	position: absolute;
	top: 2rem;
	left: 58.6%;
	background: url(../images/button.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 1rem;
	font-size: .24rem;
	color: #fff;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
}
.qyys .advan ul li .des i{
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: .16rem;
	color: #333333;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 14%;
	transform: scale(0.6);
}
.qyys .advan ul li .des em{
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	font-size: .16rem;
	color: #333333;
	text-transform: uppercase;
	position: absolute;
	top: .5333rem;
	right: 5%;
}
.qyys .advan ul li:nth-child(2) .ys{
	float: right;
}
.cpzx{
	width: 100%;
	height: 13.506rem;
	overflow: hidden;
	background: url(../images/bg1.png) no-repeat top center;
	background-size: 100%;
	padding-left: 1%;
	padding-right: 1%;
}
.cpzx .second{
	width: 100%;
	height: 2.1333rem;
	float: left;
	background-color: #a00411;
	margin-top: 1.70666rem;
}
.cpzx .second .tt2{
	width: 40%;
	float: left;
	text-align: left;
	height: .893333rem;
	margin-top: .386667rem;
}
.cpzx .second .tt2 img{
	height: 100%;
}
.cpzx .second ul{
	width: 60%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	border-left: 1px solid #b33641;
}
.cpzx .second ul li{
	width: 50%;
	height: 50%;
	float: left;
	border-right: 1px solid #b33641;
	border-bottom: 1px solid #b33641;
	box-sizing: border-box;
}
.cpzx .second ul li a{
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	line-height: 1.05rem;	
}
.cpzx .product{
	width: 100%;
	float: left;
	margin-top: .24rem;
}
.cpzx .product ul li{
	width: 49%;
	float: left;
	height: 4.426667rem;
	overflow: hidden;
	margin-bottom: .14rem;
}
.cpzx .product ul li img{
	width: 100%;
	height: 100%;
}
.cpzx .product ul li:nth-child(even){
	margin-left: 2%;
}
.spzs{
	width: 100%;
	height: 5.25rem;
	overflow: hidden;
	background: url(../images/bg2.png) no-repeat center;
	background-size: 100% 100%;
}
.spzs .sp{
	width: 90%;
	height: 4.57333rem;
	float: left;
	margin-left: 5%;
	margin-top: .4rem;
}
.about{
	width: 100%;
	height: 11rem;
	overflow: hidden;
	background: url(../images/bg3.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: .61333rem;
}
.about .mes{
    width: 94%;
    float: left;
    margin-top: .8rem;
    margin-left: 3%;
}
.about .mes p{
	width: 100%;
	height: .8rem;
	float: right;
	box-sizing: border-box;
	border-bottom: 1px solid #bd5059;
	text-align: left;
	line-height: .7rem;
	font-size: .4rem;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
}
.about .mes span{
	width: 88%;
	float: left;
	text-align: left;
	font-size: .24rem;
	color: #fff;
	line-height: .5rem;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: .24rem;
    margin-bottom: .42rem;
}
.about .mes a{
	float: left;
}
.about .gs{
    width: 94%;
    float: left;
    margin-top: .4rem;
    margin-left: 3%;
}
.about .gs p{
	width: 49%;
	height: .8rem;
	float: left;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	line-height: .8rem;
	font-size: .25rem;
	color: #fff;
	margin-bottom: .2rem;
}
.about .gs span{
	width: 100%;
	height: .8rem;
	float: right;
	box-sizing: border-box;
	border-bottom: 1px solid #bd5059;
	text-align: left;
	line-height: .7rem;
	font-size: .4rem;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
    margin-bottom: .2rem;
}
.about .gs p:nth-child(2){
	margin-right: 2%;
}
.jdzs{
	width: 100%;
	height: 4.333rem;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}
.jdzs ul li{
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-top: .4rem;
}
.jdzs ul li .jd{
	width: 100%;
	height: 2.6667rem;
	float: left;
	overflow: hidden;
}
.jdzs ul li .jd img{
	width: 100%;
	height: 100%;
}
.jdzs ul li:first-child{
	margin-left: 0;
}
.jdzs ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: .24rem;
	color: #555555;
	line-height: .64rem;
	height: .64rem;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
}
.ad{
	width: 100%;
	overflow: hidden;
}
.ad img{
	width: 100%;
}
.liuyan{
	width: 100%;
	height: 7.1333rem;
	overflow: hidden;
	background: url(../images/bg4.png) no-repeat center;
	background-size: 100% 100%;
	padding-left: 1%;
	padding-right: 1%;
}
.liuyan .message{
	width: 100%;
	height: 5.97rem;
	float: left;
	margin-top: .72rem;
	background-color: #fff;
}
.liuyan .message .tt3{
	width: 100%;
	float: left;
	padding-left: 3%;
	height: .84rem;
	text-align: left;
	margin-top: .426667rem;
	margin-bottom: 0;
}
.liuyan .message .tt3 img{
	height: 100%;
}
.liuyan .message .ly{
	width: 100%;
	float: left;
	padding-left: 3%;
    padding-right: 3%;
}
.news{
	width: 100%;
	height: 8.66667rem;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}
.news .tt4{
	width: 100%;
	height: .89333rem;
	float: left;
	text-align: center;
	margin-top: .5333rem;
	margin-bottom: .426667rem;
}
.news .tt4 img{
	height: 100%;
}
.news .infor{
	width: 100%;
	float: left;
}
.news .infor ul li{
	width: 32.24%;
	float: left;
	height: 6.3466667rem;
	background: url(../images/bg5.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
	margin-left: 1%;
}
.news .infor ul li .ns{
	width: 	90.7%;
	height: 2.86667rem;
	float: left;
	margin-left: 5%;
	overflow: hidden;
	margin-top: .106rem;
}
.news .infor ul li .ns img{
	width: 100%;
	height: 100%;
}
.news .infor ul li:first-child{
	margin-left: 0;
}
.news .infor ul li .nei{
	width: 90px;
	float: left;
	margin-left: 5%;
	height: 2.8rem;
	margin-top: .26667rem;
}
.news .infor ul li .nei p{
	float: left;
	font-size: .186667rem;
	color: #fff;
	margin-left: 18.6%;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
}
.news .infor ul li .nei span{
	width: 57.5%;
	height: 2.8rem;
	float: left;
	margin-left: 10%;
	background: url(../images/xian.png) no-repeat center;
	background-size: 100% 100%;
}
.news .infor ul li .nei span i{
	width: 75%;
	float: left;
	margin-left: 10%;
	font-size: .24rem;
	text-align: left;
	color: #fff;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	line-height: .5rem;
	overflow: hidden;
	margin-top: .16rem;
	height: 80%;
}







.page_news_list{
	background-color: #f3f3f3;
	padding: 10px;
}
.page_news_list figure{
	width: 100%;
	height: 100%;
	margin-left: 0;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 14px;
}
.page_news_list figure figcaption{
	font-size: .42rem;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 1.2;
}
.page_news_list i{
	height: 4.5rem;
	margin-top: .3rem;
}
.page_news_list p{
	font-size: .37rem;
	color: #737171;
	margin-top: .3rem;
}
.page_news_list a{
	display: block;
	font-size: .36rem;
	color: #040404;
	margin-top: .3rem;
}





.form_list{
    width: 100%;
}
.form_list input{
    background: none;
    box-sizing: border-box;
    line-height: 33px;
    width: 49.45%;
    font-size: 12px;
    margin-top: 10px;
    color: #bbbbbb;
    border: 1px solid #bbbbbb !important;
    padding-left: 10px;
}


.form_list input::-webkit-input-placeholder{
    color: #bbbbbb;
}
.form_list input:-moz-placeholder {
    color: #bbbbbb;
}
.form_list input::-moz-placeholder {
    color: #bbbbbb;
}
.form_list input:-ms-input-placeholder {
    color: #bbbbbb;
}
.form_list textarea{
    width: 100%;
    height: 80px;
    background:none;
    box-sizing: border-box;
    color: #bbbbbb;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
    outline: none;
    resize: none;
    border: 1px solid #bbbbbb !important;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 27px;
}
textarea::-webkit-input-placeholder{
    color: #bbbbbb;
}

.submit{
    width: 25%;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    background: #a00411;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 16px;
}
.copy{
    background: #222222;
    color: #666666!important;
    height: 30px;
    z-index: 10;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
}
.copy a{
    color: #666666!important;
}

/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/

.form_list p{
    height: auto;
    float: left;
    margin-bottom: 4px;
    overflow: hidden;
    line-height: 40px;
}
.form_list p.zxfg{
    height: 22px;
}
.form_list p.zxfg > *{
    height: 22px;
    line-height: 22px;
}
.form_list p.zxfg input{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.form_list p span{
    color: #666666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    float: left;
}
.form_list p > input{
    height: 14px !important;
    background: #ffffff;
    border: none;
    color: #000000;
    float: left;
    font-size: 14px;
    outline: none;
    text-indent: 12px;
    width: 10px;
}
.form_list p > label{
    color: #888888;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-right: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}


.beian{
	width: 96%;
	height: 2.24rem;
	overflow: hidden;
	background: url(../images/footer.png) no-repeat center;
	background-size: 100% 100%;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 2%;
	font-size: .24rem;
	color: #555555;
	line-height: .55rem;
	padding-top: 0.6rem;
	text-align: center;
}

























